Skip to content

Fix invalid SHA pin for actions/github-script in publish workflow#46

Merged
Aaronontheweb merged 1 commit into
devfrom
fix/publish-nuget-action-sha
Apr 27, 2026
Merged

Fix invalid SHA pin for actions/github-script in publish workflow#46
Aaronontheweb merged 1 commit into
devfrom
fix/publish-nuget-action-sha

Conversation

@Aaronontheweb

Copy link
Copy Markdown
Contributor

Summary

  • The publish_nuget.yml workflow pinned actions/github-script to a non-existent commit SHA (60a0e593...), which is a near-miss of the real v7.0.1 SHA (60a0d830...)
  • Updated to pin to v7.1.0 (f28e40c7...), the latest v7.x release
  • This caused the 0.1.2 release to fail at the "Set up job" stage

Test plan

  • CI passes on this PR
  • After merge, re-tag 0.1.2 and confirm the publish workflow completes

The commit SHA was invalid (likely a typo — shared a 4-char prefix with
the real v7.0.1 hash). Pin to v7.1.0 instead.
@Aaronontheweb Aaronontheweb enabled auto-merge (squash) April 27, 2026 20:39
@Aaronontheweb Aaronontheweb merged commit aedc957 into dev Apr 27, 2026
5 checks passed
@Aaronontheweb Aaronontheweb deleted the fix/publish-nuget-action-sha branch April 27, 2026 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant